Last updated: 2018-09-10
workflowr checks: (Click a bullet for more information) ✔ R Markdown file: up-to-date
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
✔ Environment: empty
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
✔ Seed:
set.seed(20180723)
The command set.seed(20180723) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.
✔ Session information: recorded
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
✔ Repository version: c24d8ce
wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .DS_Store
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: analysis/.DS_Store
Ignored: analysis/.Rhistory
Ignored: docs/.DS_Store
Ignored: docs/figure/.DS_Store
Untracked files:
Untracked: analysis/drugheatmap.pdf
Untracked: analysis/drugheatmap_color_2.pdf
Untracked: analysis/drugheatmap_target_color.pdf
Untracked: analysis/druginfo.total.csv
Untracked: analysis/druginfo_total.csv
Untracked: analysis/fifthheatmap.pdf
Untracked: analysis/firstheatmap.pdf
Untracked: analysis/fourthheatmap.pdf
Untracked: analysis/gdsc.Rmd
Untracked: analysis/gene_set_example.Rmd
Untracked: analysis/heatmap.pdf
Untracked: analysis/regsva_z_row.Rdata
Untracked: analysis/secondheatmap.pdf
Untracked: analysis/test.tsv
Untracked: analysis/thirdheatmap.pdf
Untracked: data/CCLE/
Untracked: data/GSE36133_series_matrix.txt
Untracked: data/Gene_regulators/
Untracked: data/regsva_z_col.Rdata
Untracked: data/regsva_z_row.Rdata
Untracked: data/regsva_zscore.Rdata
Untracked: docs/drugheatmap.pdf
Untracked: docs/figure/correlation analysis.Rmd/
Untracked: docs/figure/drug.Rmd/
Untracked: docs/figure/gene_set_analysis_re.Rmd/
Untracked: docs/goslim_cor_lab_heatmap(reorder).pdf
Untracked: docs/goslim_cor_lab_heatmap.pdf
Unstaged changes:
Modified: analysis/correlation_analysis.Rmd
Modified: analysis/drugresponse.Rmd
Modified: analysis/gene_set_analysis.Rmd
Modified: data/README.md
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
| File | Version | Author | Date | Message |
|---|---|---|---|---|
| Rmd | 37313f4 | bingrus | 2018-09-10 | wflow_git_commit(“analysis/drugcorr.Rmd”) |
| Version | Author | Date |
|---|---|---|
| c24d8ce | bingrus | 2018-09-10 |